home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / database / rpw14s.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-12-06  |  1KB  |  33 lines

  1. @echo off
  2. cls
  3. @echo This batch file will install The Recipe Processor For Windows
  4. echo in the path  C:\RPW
  5. echo.
  6. echo Press CTRL C to abort, or ENTER to install the program files.
  7. pause
  8. path=c:\dos;c:\windows
  9. md c:\rpw
  10. expand rpw.ex_ c:\rpw\rpw.exe
  11. expand rpw.hl_ c:\rpw\rpw.hlp
  12. expand cat.rp_ c:\rpw\cat.rpw
  13. expand direct.rp_ c:\rpw\direct.rpw
  14. expand index.rp_ c:\rpw\index.rpw
  15. expand ingred.rp_ c:\rpw\ingred.rpw
  16. expand pointers.rp_ c:\rpw\pointers.rpw
  17. expand quicking.rp_ c:\rpw\quicking.rpw
  18. expand readme.tx_ c:\rpw\readme.txt
  19. expand vbrun300.dl_ c:\windows\system\vbrun300.dll
  20. expand commdlg.dl_ c:\windows\system\commdlg.dll
  21. expand setupkit.dl_ c:\windows\system\setupkit.dll
  22. copy ver.dl_ c:\windows\system\ver.dll
  23. expand cmdialog.vb_ c:\windows\system\cmdialog.vbx
  24. expand gauge.vb_ c:\windows\system\gauge.vbx
  25. expand spin.vb_ c:\windows\system\spin.vbx
  26. expand rpsetup.ex_ c:\rpw\rpsetup.exe
  27. expand threed.vb_ c:\windows\system\threed.vbx
  28. cls
  29. echo All Recipe Processor files are installed.  You can try to run the SETUP
  30. echo program again, or you can follow the instructions in the HELPME.BAT batch
  31. echo file to create a program group and program icon.
  32. echo.
  33.